home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 February / EnigmA AMIGA RUN 34 (1999)(G.R. Edizioni)(IT)[!][issue 1999-02].iso / earcd / -recent3 / re_xx.lha / Re_xx / Re_xx.doc next >
Text File  |  1999-02-20  |  3KB  |  91 lines

  1.  
  2.                                   Re_xx 1.2
  3.  
  4. YAM 2.0p4 had 'Smart Re:' feature which, instead of just adding Re: in front
  5. of subject when replying to message, was adding Re[xx]: , where xx was actual
  6. number of message in the thread. This was very simple, yet nice, usable and
  7. unique feature. However, in versions after p4, this feature became lost.
  8.  
  9. Though I agree with author of YAM that programs shouldn't support nonstandard
  10. solutions, I think that if someone wants to use something which is not
  11. standard, he should. Perhaps it will become a standard if enough people are
  12. using it?
  13.  
  14. And so I made this Arexx script which acts just like old 'Smart Re:'.
  15.  
  16. INSTALLATION:
  17.  
  18. Copy Re_xx.rexx to YAM:Rexx/
  19.  
  20. In Configuration/Arexx/Before writing a message :
  21. Enter Rexx/Re_xx.yam in 'Script' gadget
  22. Select Arexx for type of command
  23. Turn 'Wait for termination' gadget OFF
  24.  
  25. BUGS:
  26.  
  27. I don't know about any real bugs, but here are some misfeatures of Re_xx:
  28.  
  29. 1) Re_xx can't make a difference between replying and writing a new message,
  30. so even when you are writing a new message, subject from currently selected
  31. message will be put in subject field. Since v1.2 this is reduced only to
  32. messages which have Re[xx]: or Re: Re[xx]: in subject. Big thanks go to
  33. Michael Wohlers for... showing me how to do it ;)
  34.  
  35. Solution: when writting a message, allways be in Outgoing folder.
  36.  
  37. 2) When someone with YAM2.0 who don't have Re_xx is answering your mail,
  38. subject will be preceeded with Re: instead of Re: Re[xx]: which, of course,
  39. prevents Re_xx of valid numbering. I have no idea why Marcel implemented
  40. that... Same thing goes for AEMail and probably some other mailers.
  41.  
  42. Solution: convince all your friends to use Re_xx ;)
  43.  
  44. HISTORY:
  45.  
  46. 1.0 -- Initial release
  47.  
  48. 1.1 +- Unreleased
  49.     `- Bugfix: subjects which start with RE: are now handled correctly
  50.  
  51. 1.2 +- Second release
  52.     `- Bugfix: incorrect behaviour when writing a new message is minimised,
  53.        see BUGS.
  54.  
  55. FUTURE:
  56.  
  57. - All possible bugfixes.
  58.  
  59. AUTHOR:
  60.  
  61. Nikola Smolenski
  62. Gundulicev venac 17
  63. 11000 Beograd
  64. Yugoslavia
  65.  
  66. smolensk@eunet.yu      (prefered)
  67. smolenski@setnet.co.yu (only if other doesn't work)
  68.  
  69. http://solair.eunet.yu/~smolensk/index_eng.html
  70.  
  71. CREDITS:
  72.  
  73. Marcel Beck, for he made YAM, an excellent mailer without which this script
  74. would not exist.
  75. Michael Wohlers, for showing me the way to make a bugfix (see BUGS).
  76.  
  77. LEGAL:
  78.  
  79.      Re_xx is copyrighted © 1998 - 1999 by Nikola Smolenski
  80. MWB icons are copyrighted © 1992 - 1994 by Martin Huttenloher
  81.  
  82. Re_xx is a FREEWARE program.
  83.  
  84. THIS PRODUCT IS PROVIDED "AS-IS" WITHOUT WARRANTY OF ANY KIND. ALL RISKS
  85. AND DAMAGES, INCIDENTAL OR OTHERWISE, ARISING FROM THE USE, MISUSE, OR
  86. INABILITY TO USE THIS PRODUCT ARE ENTIRELY THE RESPONSIBILITY OF THE USER.
  87. THE AUTHOR DOES NOT MAKE ANY GUARANTEES OR REPRESENTATIONS REGARDING THE
  88. CORRECTNESS, RELIABILITY, ACCURACY, CURRENTNESS, ETC. OF THIS PROGRAM. THE
  89. AUTHOR WILL NOT ACCEPT RESPONSIBILITY FOR ANY DAMAGE OR LOSSES RESULTING
  90. FROM THE USE, MISUSE, OR INABILITY TO USE THIS PRODUCT.
  91.